home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000050_news@columbia.edu _Tue Apr 3 20:12:44 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id UAA20855
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 3 Apr 2001 20:12:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id UAA24159
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 3 Apr 2001 20:09:00 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. Message-ID: <3ACA65F9.C959EC00@mailbox.swipnet.se>
  10. From: =?iso-8859-1?Q?J=F6rgen?= Moquist <jorgen.moquist@mailbox.swipnet.se>
  11. Subject: Re: FTP client for Solaris 8
  12. Organization: A Customer of Tele2
  13. Date: Wed, 04 Apr 2001 02:08:25 +0200
  14. To: kermit.misc@columbia.edu
  15.  
  16. Frank da Cruz wrote:
  17.  
  18. > In article <pHpy6.216$1l3.7879@news1-hme0>,
  19. > Paul Walker <paul.paliwalk@ic24.net> wrote:
  20. > : Does anyone know of a good FTP client (that supports resume, etc) that will
  21. > : run on Solaris 8 x86.
  22. > :
  23. > Yes:
  24. >
  25. >   http://www.columbia.edu/kermit/ftpclient.html
  26. >
  27. > But you'll have to compile it yourself since I don't have access to
  28. > Solaris 8 (x86 or Sparc).  I have built it on Solaris 2.5.1, 2.6, and
  29. > 2.7 on Sparc, though, so it should be just a matter of typing:
  30. >
  31. >   uncompress cku199.tar.Z (or .gz)
  32. >   tar xvf cku199.tar
  33. >   make solaris8
  34. >
  35. > If you (or anybody) can make a Solaris 8 binary, please let me know so
  36. > I can add it to the archive.
  37. >
  38. > - Frank
  39.  
  40. I tried a make & gmake on it, here is the printout.
  41. //J�rgen
  42. ---------------------
  43. make solaris8
  44. make "MAKE=make" solaris25x KTARGET=${KTARGET:-solaris8} \
  45. "KFLAGS=-DSOLARIS8 -DSOLARIS7 "
  46. Making C-Kermit "7.1.199" for Solaris 2.x with SunPro cc...
  47. make xermit KTARGET=${KTARGET:-solaris25x} \
  48. "CFLAGS = -DFNFLOAT -DPOSIX_CRTSCTS -O -Usun -i -DSOLARIS8 -DSOLARIS7" \
  49. "LNKFLAGS = -s" "LIBS= -ltermlib -lsocket -lnsl -lm -lresolv"
  50. cc -DFNFLOAT -DPOSIX_CRTSCTS -O -Usun -i -DSOLARIS8 -DSOLARIS7
  51. -DKTARGET=\"solaris8\" -c ckcmai.c
  52. cc1: Unrecognized option `-i'
  53. *** Error code 1
  54. make: Fatal error: Command failed for target `ckcmai.o'
  55. Current working directory /opt2/src/kermitftp
  56. *** Error code 1
  57. make: Fatal error: Command failed for target `solaris25x'
  58. Current working directory /opt2/src/kermitftp
  59. *** Error code 1
  60. make: Fatal error: Command failed for target `solaris8'
  61.  
  62.